home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / RZToDoList / Source / SuperText.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  655 b   |  25 lines

  1. /*
  2.  * SuperText
  3.  *
  4.  *    SuperText is a subclass of the Text object that accepts files dragged
  5.  * in and displays them as icons.  Double-clicking on the file icon will
  6.  * open the file in the Workspace.  SuperText will perform properly when
  7.  * grouped in a ScrollView via IB's "group in ScrollView" function.
  8.  *
  9.  * You may freely copy, distribute and reuse the code in this example.
  10.  * This code is provided AS IS without warranty of any kind, expressed 
  11.  * or implied, as to its fitness for any particular use.
  12.  *
  13.  * Copyright 1995 Ralph Zazula (rzazula@next.com).  All Rights Reserved.
  14.  *
  15.  */
  16.  
  17. #import <appkit/Text.h>
  18.  
  19. @interface SuperText:Text
  20. {
  21. }
  22.  
  23.  
  24. @end
  25.